home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Prog / L-M / MacOberon 4.0 / MacOberon™ 4.0 Folder / SortDemo.Tool (.txt) < prev    next >
Encoding:
Oberon Text  |  1993-10-25  |  680 b   |  20 lines  |  [.Ob./.Ob5]

  1. Syntax10.Scn.Fnt
  2. ParcElems
  3. Alloc
  4. Syntax10i.Scn.Fnt
  5. SortDemo.Open    open new Viewer for demonstrations
  6. SortDemo.Randomize *    transpose several elements
  7.     execute several times to increase disorder
  8. SortDemo.Recall *    reestablish disorder generated by last
  9.     call to SortDemo.Randomize
  10. SortDemo.ReverseOrder *    bring into reverse order
  11. SortDemo.QuickWorstOrder *    bring into worst order for quick sort
  12. several standard sorting algorithms:
  13. SortDemo.Bubble *
  14. SortDemo.MinSearch *
  15. SortDemo.Insert *
  16. SortDemo.Shell *
  17. SortDemo.Quick *
  18. SortDemo.Heap *
  19. SortDemo.Smooth *
  20.